DescribeProjectMeta
Description
call the DescribeProjectMeta interface to query the product list of time series monitoring items supported by cloud monitoring.
Request Method
POST
Request Path
/apsara/route/cms/DescribeProjectMeta
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | 30 | paging size, the default value is 30. description alibaba cloud does not restrict this parameter at present. if you want to obtain all the results, set the paging size to a larger value. |
RequestId | BODY | string | No | sdsdsdd | request ID. |
PageNumber | BODY | integer | No | 1 | page number. The default value is 1. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
callerType | BODY | string | No | "" | access user type. |
Labels | BODY | string | No | [{"name":"product","value":"ECS"}] | tag. according to tag filtering, tags add some special tags to each alarm. /p> p data-tag = "p" id = "p-eeg-06a-9al" class = "p"> span data-tag = "text" id = "text-im4-l17-d6m" class = "text"> such as which product the alarm belongs to a certain specification, whether the alarm can be set, etc, the format is [{"name":"tag name","value":"tag value"}, {"name":"tag name","value":"tag value"}] . Commonly used tag names include: alertUnit: the unit of alarm. description alertUnit tag, currently, it is mainly used on the cloud monitoring console. minAlertPeriod: the minimum reporting period, that is, how long does the original data report a piece of monitoring data, usually 1 minute. metricCategory: product specifications, for example: kvstore_sharding. description some alibaba cloud products are divided into different specifications, but they are defined under the same namespace and are distinguished by this field. is_alarm: can alarm rules be set. description alibaba cloud has other tags that are special tags of the cloudmonitor console and are not recommended. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Description | string | No sample value for this parameter. | description information. |
Message | string | No sample value for this parameter. | error message. |
PageSize | string | No sample value for this parameter. | paging size. |
RequestId | string | No sample value for this parameter. | request ID. |
PageNumber | string | No sample value for this parameter. | page number. |
Total | string | No sample value for this parameter. | total number of records. |
Resource | none | No sample value for this parameter. | specific configuration information. |
Labels | string | No sample value for this parameter. | tag. according to tag filtering, tags add some special tags to each alarm. /p> p data-tag = "p" id = "p-imp-1yj-hbu" class = "p"> span data-tag = "text" id = "text-tdy-sj1-038" class = "text"> such as which product the alarm belongs to a certain specification, whether the alarm can be set, etc, the format is [{"name":"tag name","value":"tag value"}, {"name":"tag name","value":"tag value"}] . Commonly used tag names include: alertUnit: the unit of alarm. description alertUnit tag, currently, it is mainly used on the cloud monitoring console. minAlertPeriod: the minimum reporting period, that is, how long does the original data report a piece of monitoring data, usually 1 minute. metricCategory: product specifications, for example: kvstore_sharding. description some alibaba cloud products are divided into different specifications, but they are defined under the same namespace and are distinguished by this field. is_alarm: can alarm rules be set. description alibaba cloud has other tags that are special tags of the cloudmonitor console and are not recommended. |
Resources | array | No sample value for this parameter. | specific configuration information. |
Code | string | No sample value for this parameter. | status code. description status code 200 indicates success. |
Namespace | string | No sample value for this parameter. | namespace, used to distinguish products. The usual format is acs_product abbreviation . |
Success | boolean | No sample value for this parameter. | whether the request was successful. |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}